论坛精华 >> Oracle 专栏 >> A 7-8 Adding Online Redo Log Groups [查看别人的评论]

由 webmaster 发布于: 2001-03-02 21:16

ALTER DATABASE [DATABASE] ADD LOGFILE [GROUP integer] filespec [, [GROUP integer] filespec] ...]

You specify the name and location of the members with the file specification . The value of the GROUP parameter can be chosen for each redo log file group.If you omit this parameter , the oracle server generates its value automantically.


由 webmaster 发布于: 2001-03-02 21:18

eg.

ALTER DATABASE ADD LOGFILE ('/DISK3/log3a.rdo','/DISK4/log3b.rdo') size 1M;

点这里对该文章发表评论

该文章总得分是 0 分,你认为它对你有帮助吗? [非常多](0) [有一些](0) [无帮助](0) [是灌水](0)

Copyright © 2001 - 2009 JSP001.com . All Rights Reserved